OpenBuildings Designer SDK Readme

Developer Notes

A sample development shell is provided in ..\MicroStationDeveloperShell.bat.

Note: All directory arguments require trailing backslashes.
To Build or Clean All Examples:
  • buildallexamples.bat
  • cleanallexamples.bat
Consider elevating your OpenBuildings Designer CONNECT Edition SDK shortcuts to Run as Administrator. This ensures tools are granted proper access and permissions required to build code and run essential commands. To elevate a shortcut:
  1. Locate your preferred OpenBuildings Designer CONNECT Edition SDK desktop and/or Windows Start Programs shortcut.
  2. Right-click the shortcut and select Properties.
  3. On the Shortcuts tab, click the Advanced button.
  4. Turn on the Rus as Administrator check box.
  5. Accept and save all the changes.
To Build Individual Examples -> Change Directory, then..:
bmake +a Myapp    // Build app with all dependencies
        bmake +aD Myapp   // Build deleting all dependencies
        bmake +avilC Myapp > BuildOutput.txt    // Build creating a verbose output log